home *** CD-ROM | disk | FTP | other *** search
/ Aminet 6 / Aminet 6 - June 1995.iso / Aminet / util / cli / Input.lha / Input.doc < prev    next >
Encoding:
Text File  |  1995-04-12  |  2.0 KB  |  83 lines

  1.  
  2.                                      **********
  3.                                      * Input *
  4.                                      **********
  5.  
  6.  
  7.  
  8. Introduction
  9. ------------
  10.  
  11. A few days ago, I was writing an Amiga Dos script when I suddently
  12. realized a thing : I didn't know how to read a string on keyboard
  13. and store it in a variable. Instead of searching a difficult way
  14. to do it I decided to write this small command, which stores a
  15. string read on keyboard in an ENV variable.
  16.  
  17.  
  18. Installation
  19. ------------
  20.  
  21. Just copy Input where you want. I recommand C: so your scripts
  22. will be able to call it easily.
  23.  
  24. Don't forget you must have Ixemul.library or Input won't work.
  25.  
  26.  
  27. Usage
  28. -----
  29.  
  30. From CLI : Input Name
  31.  
  32. where name is the name of the variable you want to create.
  33.  
  34. A variable will be created in ENV:. It will be accessible
  35. with '$' (the variable joke will be accessible with $joke).
  36.  
  37. For further details have a look at the example script
  38. included in this archive.
  39.  
  40.  
  41. Disclaimer
  42. ----------
  43.  
  44. You use Input at your own risks. It has been tested for hours on my computer
  45. (A1200). I can't be responsible if it breaks something (it shouldn't, due
  46. to the technics used).
  47.  
  48. History
  49. -------
  50.  
  51. April 1995              Version 1.0             First release
  52.  
  53.  
  54. Author / Distribution
  55. ---------------------
  56.  
  57. Input has been created by
  58.  
  59. Mr Franck ANIERE
  60. 30, Rue Jean Bouin
  61. 93220 GAGNY (France)
  62.  
  63. E-Mail : aniere@massena.univ-mlv.fr
  64.          aniere@fillmore.univ-mlv.fr
  65.          aniere@univ-mlv.fr (if the 2 others don't work)
  66.  
  67. You can join me for any comments, suggestions or bug reports.
  68.  
  69. This product is FREEWARE, but I keep a copyright on it.
  70. You can diffuse and use it freely if you keep the archive
  71. intact and don't put a virus in it.
  72.  
  73. Aminet, Fred Fish, Funet and other Public Domain organisations
  74. or Amiga magazines are allowed to distribute this product, on
  75. floppy disk as well as on CD ROM if the price of the support is
  76. normal. France Festival Distribution WILL NEVER BE ALLOWED to
  77. diffuse it.
  78.  
  79. To do
  80. -----
  81.  
  82. Well, what do you suggest ?
  83.